-
Couldn't load subscription status.
- Fork 22
Algolio readability fix and document refinement #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
codeflash/cli_cmds/cmd_init.py
Outdated
| module_root: str | ||
| tests_root: str | ||
| benchmarks_root: Union[str, None] | ||
| benchmarks_root: str | None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check whats causing this change on saving in local.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you might have 'format on save' on in your IDE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert the benchmarks_root piece. Maybe add an ignore flag to it.
Before:

After:
